home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / ttedit / tooltips.frm < prev    next >
Text File  |  1994-10-25  |  1KB  |  39 lines

  1. VERSION 2.00
  2. Begin Form frmToolTip 
  3.    BackColor       =   &H0088FFFF&
  4.    BorderStyle     =   1  'Fixed Single
  5.    ClientHeight    =   525
  6.    ClientLeft      =   5130
  7.    ClientTop       =   3885
  8.    ClientWidth     =   3000
  9.    ClipControls    =   0   'False
  10.    ControlBox      =   0   'False
  11.    Height          =   930
  12.    Left            =   5070
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   35
  17.    ScaleMode       =   3  'Pixel
  18.    ScaleWidth      =   200
  19.    Top             =   3540
  20.    Width           =   3120
  21.    Begin Label Label1 
  22.       AutoSize        =   -1  'True
  23.       BackStyle       =   0  'Transparent
  24.       FontBold        =   0   'False
  25.       FontItalic      =   0   'False
  26.       FontName        =   "Arial"
  27.       FontSize        =   8.25
  28.       FontStrikethru  =   0   'False
  29.       FontUnderline   =   0   'False
  30.       Height          =   210
  31.       Left            =   30
  32.       TabIndex        =   0
  33.       Top             =   0
  34.       Width           =   45
  35.    End
  36. End
  37. Option Explicit
  38.  
  39.